projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
669e01b
)
* lisp/progmodes/xref.el (xref-find-apropos): Use read-string.
author
Stefan Monnier
<monnier@iro.umontreal.ca>
Sat, 23 May 2015 16:05:47 +0000
(12:05 -0400)
committer
Stefan Monnier
<monnier@iro.umontreal.ca>
Sat, 23 May 2015 16:05:47 +0000
(12:05 -0400)
lisp/progmodes/xref.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/xref.el
b/lisp/progmodes/xref.el
index ef46e34e78fbc6edc35e5fbf6c318ce10f6d03c9..3bb4fde0d0c35aba869329653a053775e6629285 100644
(file)
--- a/
lisp/progmodes/xref.el
+++ b/
lisp/progmodes/xref.el
@@
-676,9
+676,9
@@
With prefix argument, prompt for the identifier."
(defun xref-find-apropos (pattern)
"Find all meaningful symbols that match PATTERN.
The argument has the same meaning as in `apropos'."
- (interactive (list (read-
from-minibuffer
+ (interactive (list (read-
string
"Search for pattern (word list or regexp): "
- nil
nil nil
'xref--read-pattern-history)))
+ nil 'xref--read-pattern-history)))
(require 'apropos)
(xref--show-xrefs pattern 'apropos
(apropos-parse-pattern